projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffa0434
)
addpm.c (env_vars): Fix misplaced % in SHELL entry.
author
Geoff Voelker
<voelker@cs.washington.edu>
Wed, 1 Oct 1997 05:42:45 +0000
(
05:42
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Wed, 1 Oct 1997 05:42:45 +0000
(
05:42
+0000)
nt/addpm.c
patch
|
blob
|
history
diff --git
a/nt/addpm.c
b/nt/addpm.c
index 40e57826e43269682ef2247bf61966dc5810a36a..2e536df03a78cd172ab3b29fd72ec788ea6ddac6 100644
(file)
--- a/
nt/addpm.c
+++ b/
nt/addpm.c
@@
-55,7
+55,7
@@
env_vars[] =
{
{"emacs_dir", NULL},
{"EMACSLOADPATH", "%emacs_dir%/site-lisp;%emacs_dir%/lisp"},
- {"SHELL", "%emacs_dir
/bin/cmdproxy.exe%
"},
+ {"SHELL", "%emacs_dir
%/bin/cmdproxy.exe
"},
{"EMACSDATA", "%emacs_dir%/etc"},
{"EMACSPATH", "%emacs_dir%/bin"},
{"EMACSLOCKDIR", "%emacs_dir%/lock"},